home *** CD-ROM | disk | FTP | other *** search
/ Amiga GIGA Graphic / Amiga GIGA Graphic CDs 1-4 (1994)(Geuther)(Disc 4 of 4)[!].iso / rush / scripts / terminusupload.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-11-23  |  111 b   |  13 lines

  1. /*
  2. **
  3. */
  4.  
  5. address "TERMINUS1"
  6. options results
  7.  
  8. parse arg file .
  9.  
  10. file=strip(file, 'B', '"')
  11.  
  12. 'upload "'file'"'
  13.